Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid repeatedly checking the ember-cli version #377

Merged
merged 1 commit into from
Jan 19, 2021

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Jan 19, 2021

Since ember-cli is the process controlling the addon instantiation, we only need to ensure that we are using the correct version once (not once per ember-cli-babel instance).

Since ember-cli-babel is the single most commonly used addon, this non-trivially reduces the amount of overhead during the early part of a build.

Since `ember-cli` is the process controlling the addon instantiation, we
only need to ensure that we are using the correct version once (not once
per ember-cli-babel instance).

Since `ember-cli-babel` is the single most commonly used addon, this
non-trivially reduces the amount of overhead during the early part of a
build.
@rwjblue rwjblue force-pushed the avoid-repeated-version-checks branch from 036f5d3 to ffc96b8 Compare January 19, 2021 20:07
@rwjblue rwjblue added the bug label Jan 19, 2021
@rwjblue rwjblue merged commit 00e4bd0 into master Jan 19, 2021
@rwjblue rwjblue deleted the avoid-repeated-version-checks branch January 19, 2021 20:18
This was referenced Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant